home *** CD-ROM | disk | FTP | other *** search
- Path: zib-berlin.de!inf2hro!honshu!gnikl
- From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Adding stack to GCC compiles?
- Date: 4 Apr 1996 09:26:34 GMT
- Organization: University of Rostock
- Message-ID: <4k04ka$9m8@taiwan.informatik.uni-rostock.de>
- References: <4jt3en$1sg@vixen.cso.uiuc.edu>
- NNTP-Posting-Host: honshu.informatik.uni-rostock.de
- X-Newsreader: TIN [version 1.2 PL2]
-
- If you want a bigger stack do the following (for libnix):
-
- unsigned long __stack = {required stacksize};
-
- and link with "swapstack.o" located in gnu:lib/[libb/]libnix.
-
- There is also an option for automatic stack extension. Please
- consult the libnix.guide for more information about this topic.
-
- Gunther
-